/*头部*/
/*$$
{"color":[{"val":"#ffffff","title":"中文标题字体颜色/英文标题字体颜色"},
{"val":"#afafaf","title":"产品名称的字体颜色"}]
"background":[{"val":"#000000","title":"模块的背景颜色"},
{"val":"#b4b2b3","title":"标题的主颜色(左)"},
{"val":"#4b89ff","title":"标题的副颜色(右)"},
{"val":"#8f8f8f","title":"左右切换按钮的默认颜色"},
{"val":"#335699","title":"左右切换鼠标划过的颜色"}]}

$$*/

#case_154{
	width: 100%;
	padding: 100px 20px 70px;
	background: #000000 url('/static/images/IC00018_01.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}
#case_154 .case_C{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}



#case_154 .about_Ts{
	width: 150px;
	margin-bottom: 20px;
	margin: 0 auto;
	text-align: center;
}
#case_154 .about_Ts h2{
	font-size: 36px;
	color: #fff;
	width: 100%;
	margin-bottom: 8px;
	line-height: 40px;
}
#case_154 .about_Ts i{
	width: 100%;
	display: block;
	width: 100%;
	height: 2px;
	background: #b4b2b3;
	position: relative;
}
#case_154 .about_Ts i::after{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #4b89ff;
	content: '';
}
#case_154 .about_Ts p{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}


#case_154 .case_swiper{
	width: 100%;
	margin-top: 65px;
	position: relative;
	padding: 0 80px;
	height: 440px;
}
#case_154 .swiper-container{
	height: 440px;
	position: absolute;
	width: 1040px;
	left: 50%;
	transform: translate(-50%,0);
}
#case_154 .swiper-wrapper{
	
}
#case_154 .swiper-slide{
	width: 48%;
	filter: brightness(0.5);
}
#case_154 .swiper-slide-active{
	filter: brightness(1);
}
#case_154 .case_a{
	width: 100%;
	
}
#case_154 .case_aimgs{
	width: 100%;
}
#case_154 .case_aimg{
	width: 100%;
	display: block;
}
#case_154 .case_atit{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#case_154 .case_atitp{
	font-size: 20px;
	color: #afafaf;
	
}



#case_154 .sliderBtns{

}
#case_154 .sliderBtns .sliderBtn{
	width: 50px;
	height: 50px;
	background: #8f8f8f;
	border-radius: 50%;
	position: absolute;
	z-index: 33;
	cursor: pointer;
}
#case_154 .sliderBtns .slider-btn-next{
	left: 0;
	top: 50%;
	transform: translate(-0,-50%);
	
}
#case_154 .sliderBtns .slider-btn-next::after{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url('/static/images/NP00036_02.png') no-repeat center center;
	background-size: 38% 38%;
}
#case_154 .sliderBtns .slider-btn-prev{
	right: 0;
	top: 50%;
	transform: translate(-0,-50%);
}
#case_154 .sliderBtns .slider-btn-prev::after{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(180deg);
	background: url('/static/images/NP00036_02.png') no-repeat center center;
	background-size: 38% 38%;
}

#case_154 .sliderBtns .sliderBtn:hover{
	background: #335699;
}


@media (max-width:750px) {
	#case_154 .swiper-container{
		width: 700px;
		height: 315px;
	}
	#case_154 .case_swiper{
		height: 315px;
	}
	#case_154 .about_Ts h2{
		font-size: 20px;
		line-height: 30px;
	}
	#case_154 .about_Ts i{
		width: 86px;
		margin: 0 auto;
	}
	#case_154 .about_Ts p{
		font-size: 12px;
	}
	#case_154{
		padding: 50px 0 50px;
	}
	#case_154 .case_swiper{
		margin-top: 40px;
	}
	#case_154 .case_atitp{
		font-size: 16px;
	}
}